Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeElement<T> Class / RangeElement<T> Constructor / RangeElement<T> Constructor(T,CellRange)
Element
Cell range


In This Topic
    RangeElement<T> Constructor(T,CellRange)
    In This Topic
    Initializes a new instance of the RangeElement<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal obj As T, _
       ByVal cellRange As CellRange _
    )
    'Usage
     
    
    Dim obj As T
    Dim cellRange As CellRange
     
    Dim instance As New RangeElement(Of T)(obj, cellRange)
    public RangeElement<T>( 
       T obj,
       CellRange cellRange
    )

    Parameters

    obj
    Element
    cellRange
    Cell range
    See Also